Skip to content

core/state: use trie UpdateBatch for more-efficient node resolution#35274

Open
rjl493456442 wants to merge 1 commit into
ethereum:masterfrom
rjl493456442:trie-batch
Open

core/state: use trie UpdateBatch for more-efficient node resolution#35274
rjl493456442 wants to merge 1 commit into
ethereum:masterfrom
rjl493456442:trie-batch

Conversation

@rjl493456442

@rjl493456442 rjl493456442 commented Jul 2, 2026

Copy link
Copy Markdown
Member

This optimization is essential in the BAL-driven parallel execution, in which the all trie nodes will be resolved during the IntermediateRoot with triePrefetcher disabled. For sequential mode, this change is supposed to bring no performance impact at all.

TODO

  • Evaluate the performance impact in BAL-mode

@rjl493456442

Copy link
Copy Markdown
Member Author
截屏2026-07-02 10 34 37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant